www.mxdraw.com
|
设置样条线的拟合数据
[helpstring("method SetFitData")] HRESULT SetFitData([in] IMxDrawPoints* points, [in] LONG degree, [in] DOUBLE fitTolerance, [in] IMxDrawVector3d* startTangent, [in] IMxDrawVector3d* endTangent);
参数 |
说明 |
[in] LONG degree |
暂没有使用 |
[in] DOUBLE fitTolerance |
暂没有使用 |
[in] IMxDrawVector3d* startTangent |
样条线开始位置处的切线向量 |
[in] IMxDrawVector3d* endTangent |
样条线结束位置处的切线向量 |
pPoints |
样条线拟合点数组 |
tangentsExist |
暂没有使用 |